home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / ida / cf / M4 / cs.m4 < prev    next >
Encoding:
M4 Source File  |  1990-06-04  |  1.5 KB  |  37 lines

  1. # Sendmail configuration file for cs.niu.edu
  2. dnl #
  3. dnl # This file is an m4 specification for generating sendmail config
  4. dnl # files.
  5. dnl #
  6. dnl # Note that one way to create m4 comments which are not reflected in
  7. dnl # the m4 output files is to use dnl - d(elete to) n(ew) l(ine).
  8. dnl #
  9. dnl # define(NEWALIASES)dnl
  10. define(ALIASES, LIBDIR/aliases)dnl
  11. define(FORCE_NAMED)dnl
  12. define(POSTMASTERBOUNCE)dnl ### Postmaster gets copy of bounced mail. ###
  13. define(RELATIVIZE)dnl
  14. define(PSEUDODOMAINS, BITNET CSNET DEC DNET EARN HEPNET JUNET MAILNET UUCP)dnl
  15. dnl # define(DEFAULT_HOST, cs.niu.edu)dnl
  16. dnl # define(DEFAULT_DOMAIN, niu.edu)dnl
  17. define(PSEUDONYMS, cs.niu.edu localhost.niu.edu niucs1.UUCP)dnl
  18. define(ALTERNATENAMES, niu.edu)dnl ### Other names for which we deliver ###
  19. dnl ########  Define dbm lookup tables #############
  20. define(DOMAINTABLE, LIBDIR/domaintable)dnl
  21. define(PATHTABLE, LIBDIR/pathtable)dnl
  22. define(GENERICFROM, LIBDIR/generics)dnl
  23. define(MAILERTABLE, LIBDIR/mailertable)dnl
  24. define(UUCPXTABLE, LIBDIR/uucpxtable)dnl
  25. dnl ######## Local UUCP names ###############
  26. define(UUCPNAME, niucs1)dnl
  27. define(UUCPNODES, |uuname|sort|uniq)dnl
  28. dnl ######## Processing of ! in addresses #########
  29. define(BANGIMPLIESUUCP)dnl
  30. define(BANGONLYUUCP)dnl
  31. dnl #define(STRICTLY822)dnl
  32. dnl #define(M4COMMENTS)dnl
  33. define(UUCPRELAYS, LIBDIR/uucprelays)dnl ### Paths thru these are shortened ###
  34. define(LOADAVEQUEUE,20)dnl ### Our machine is a multiprocessor, ###
  35. define(LOADAVEREJ,20)dnl   ### so the defaults are unsuitable.  ###
  36. include(Sendmail.mc)
  37.